Edit Task: DurationIsVariableAllowed
Format
SCHED / EditTask '<TaskName>' DurationIsVariableAllowed <DurationIsVariableAllowed>
Description
The DurationIsVariableAllowed attribute under EditTask defines whether the task's assignments are of a variable or fixed duration. When the value is set to false, the attribute is to be used in conjunction with the DurationFixed attribute.
Parameters
| Parameter | Description | 
|---|---|
| DurationIsVariableAllowed | A Boolean value. When the parameter value is true, the task's assignment is set to be of variable duration, else the assignment is set to a fixed duration. | 
Examples
Allow a task to have variable duration
SCHED / EditTask 'TaskA' DurationIsVariableAllowed True
